This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Isaac Ekgerogenakoi 12.Jan.04 11:45 PM a Web browser Applications Development 6.0.3 Windows NT
I am trying to write code to prevent a user from selecting duplicates dates. I have the following code in the querysave and I recieve this error "You have attempted nested events". If I place the code in the save & close button it save regardless of duplicate. Please Help!
@If(PeriodEnding = ""; @Return(@Prompt([Ok];"Reminder";"The Period Ending field cannot be blank!"));
@If(@Contains(@Text(PeriodEnding); @Text(List));
@Return(@Prompt([Ok]; "Reminder!"; "You have entered a duplicate period-ending date. You can add only unique dates.")); @Do(@Command([FileSave]); @PostedCommand ([FileCloseWindow]))))